type github.com/jackc/pgx/v5/pgtype.scanPlanBinaryInt8ToInt32

3 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		int.go#L1360: 			return scanPlanBinaryInt8ToInt32{}
		int.go#L1552: type scanPlanBinaryInt8ToInt32 struct{}
		int.go#L1554: func (scanPlanBinaryInt8ToInt32) Scan(src []byte, dst any) error {